projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7441683
)
(auto-mode-alist): Delete the entries for makefile-mode.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 6 May 1993 01:33:13 +0000
(
01:33
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 6 May 1993 01:33:13 +0000
(
01:33
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 8a62702f7dd275f23e0f92823ce350c7f0683c26..64ba881b71a9967d9f7a29b3f0d76ab1d30218ad 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-705,8
+705,8
@@
run `normal-mode' explicitly."
("\\.pl\\'" . prolog-mode)
("\\.cc\\'" . c++-mode)
("\\.C\\'" . c++-mode)
-
("\\.mk\\'" . makefile-mode)
-
("[Mm]akefile" . makefile-mode)
+
;;;
("\\.mk\\'" . makefile-mode)
+
;;;
("[Mm]akefile" . makefile-mode)
;;; Less common extensions come here
;;; so more common ones above are found faster.
("\\.s\\'" . asm-mode)